-
Notifications
You must be signed in to change notification settings - Fork 26.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bugfix: the issue of possible infinite loop when cleaning up expired metadata info #15086
base: 3.3
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 3.3 #15086 +/- ##
============================================
- Coverage 60.76% 60.76% -0.01%
- Complexity 10863 10865 +2
============================================
Files 1882 1882
Lines 86007 86007
Branches 12886 12887 +1
============================================
- Hits 52263 52262 -1
- Misses 28301 28304 +3
+ Partials 5443 5441 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
What is the purpose of the change?
fix #15087
Checklist